home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / COMMADIO / KERMIT1.LZH / PCKERMIT.NOT < prev    next >
Text File  |  1980-01-01  |  4KB  |  96 lines

  1.  7-Feb-83 15:45:42-EST,00002181;000000000001
  2. Date:  7 Feb 1983 1543-EST
  3. From: Sy.WBC3 at CU20C (Bill Catchings)
  4. Subject: [Nick Bush <OC.SITGO at CU20C>: KERMIT-86]
  5. To: Sy.FdC at CU20B
  6.  
  7. This might be of interest.
  8.  
  9.         -Bill
  10.  
  11.                 ---------------
  12.  
  13. Date:  4 Feb 1983 1730-EST
  14. From: Nick Bush <OC.SITGO at CU20C>
  15. Subject: KERMIT-86
  16. To: sy.wbc3
  17.  
  18. After I mailed you I noticed that there was a copy of KERMIT-86 on CU20B.
  19. I KERMIT'ed it over here and have implemented the support in it for
  20. the Heathkit/Zenith Z-100.  There is a .COR (correction) file on
  21. CU20C::PS:<OC.SITGO> called PCKERM.COR.  This contains the differences
  22. between the copy of PCKERMIT.ASM that was on CU20B::KER: on 31-Jan-83
  23. and my copy with the Z-100 support.  I would produce the new PCKERMIT.ASM,
  24. except that I do not have a copy of the base file on any of your systems
  25. (since there has apparently been an edit made to the one on KER:).
  26. If you wish to produce a copy with the Z-100 support, you must do the
  27. following:
  28.  
  29. @DEFINE OLDKER: Base-file-specification (PCKERMIT.ASM from 31-Jan-83).
  30. @DEFINE NEWKER: New-file-specification
  31. @DEFINE FED: PS:<OC.SITGO>    ! On CU20C
  32. @RUN FED:FED
  33. *NEWKER:_OLDKER:,FED:PCKERM.COR
  34. *^C
  35.  
  36. At this point you will have a copy of KERMIT-86 with the code for a
  37. Z-100.  It will not (obviously) have whatever changes were made to
  38. KERMIT-86 at CUCCA since 31-Jan.  (As far as I can tell, that is a very
  39. minor change, 1 or 2 lines added or removed.)
  40.  
  41. I noticed a few problems with KERMIT-86 on the IBM PC.  One is that
  42. it did not work at 300 baud - I assume the constant is wrong.  The
  43. other problems are in the command processor - there are a number of
  44. things which show up when characters are deleted.  Also it seems
  45. that control-R is not supported.  One other problem is in the VT-52
  46. emulation - the reverse line feed does not work properly.
  47.  
  48. One problem with the command routines which showed up in the Z-100
  49. version - for some unknown reason the keyword function will not
  50. accept either of the SET BAUD entries which start with a 4 (45 or 4800).
  51.  
  52. If you have any problems or questions about the above, you can call me
  53. at (201)-420-5457.
  54.  
  55.                     Nick Bush
  56. -------
  57. -------
  58. 10-Feb-83 10:53:37-EST,1625;000000000001
  59. Date: 10 Feb 1983 1053-EST
  60. From: Daphne Tzoar <Sy.Daphne at CU20B>
  61. Subject: PC Kermit
  62. To: OC.SITGO at CU20C
  63.  
  64. Hi --
  65.   Since I've been working on Kermit for the PC, Bill forwarded your
  66.  note.  I appreciate your pointing out problems -- I'd like to make
  67.  as many improvements as I can for the second release.  Also, one
  68.  thing you should know -- Kermit will be a bit "unstable" for the
  69.  first week or so if major bugs are found.  So you should check
  70.  the directory frequently.
  71.  
  72.  About the points you brought up, 300 baud did not work with the
  73.  version that had been on the -20 but it should be fixed by now.
  74.  The interrupt for setting baud was somewhat limited, so we used
  75.  some code that was on the Arpanet.  In the program, a zero was 
  76.  always output for the second byte of information (and you needed
  77.  a one for 300 baud.)  I've changed the coded and have tested it;
  78.  it seems ok.  
  79.  
  80.  The command processor might do funny things with escape chars --
  81.  I've never noticed a problem with deletions.  What did it do?
  82.  About the problem with the Z-100 version -- I can't think offhand
  83.  why Kermit won't let you set the baud to 4800 (the only baud rate
  84.  I implemented that start's with a 4.)  Did it set the other baud
  85.  rates properly? 
  86.  
  87.  Finally (phew), I didn't implement control-R.  I can put it on a 
  88.  list of features to add or if you'd like to do it and pass along 
  89.  the change...... And about the reverse line feed, all other micro 
  90.  versions of Kermit treat it as cursor up (so that's what the PC 
  91.  version did.)  It should be easy to modify and I can put it in 
  92.  Version 2.
  93.  
  94.  
  95. -------
  96.